runtime.sigctxt.set_rip (method)
4 uses
	runtime (current package)
		signal_amd64.go#L43: func (c *sigctxt) setsigpc(x uint64) { c.set_rip(x) }
		signal_amd64.go#L76: 		c.set_rip(uint64(abi.FuncPCABI0(sigpanic0)))
		signal_amd64.go#L86: 	c.set_rip(uint64(targetPC))
		signal_linux_amd64.go#L51: func (c *sigctxt) set_rip(x uint64)     { c.regs().rip = x }
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |